#indent#[If:(Variable_Defined: 'Uploads')==true]
	
	[Inline:
		-Username='MyUser',
		-Password='MyPass',
		-Nothing]
		
		[File_Control]
		
		[Loop:$Uploads->Size]
			
			[file_move: ($Uploads->get:(Loop_Count))->(find:'upload.name'), '#selstart#/pathto/MyFolderDestination/#selend#']
			
		[/Loop]
		
		[/File_Control]
		
	[/Inline]
[/If]
